home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
ungepackte_daten
/
1994
/
1
/
01
/
e-compiler
/
e-compiler.ampk
/
E-Compiler
/
Sources
/
Examples
/
GetArgs.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-01
|
154 b
|
6 lines
/* get command line args. note that `arg' is a predefined E-var */
PROC main()
WriteF(IF arg[]=0 THEN 'No Args!\n' ELSE 'You wrote: \s\n',arg)
ENDPROC